home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / dustsmooth / bhead / bhead.bat < prev    next >
DOS Batch File  |  1995-08-23  |  320b  |  13 lines

  1. ;NOTE: You get some errors arround the nose and the brows -
  2. ;      normally you would fix them by dragging the points by hand (1 minute-job)
  3. ;      -but I wanted to render all objects in a unchanged state
  4.  
  5. load(1,bhead)
  6. extractsg(1,2,hair)
  7. smooth(1)
  8. set(maxangle,30)
  9. smooth(1)
  10. join(1,2,3)
  11. merge2(3)
  12. save(3,bhead.smooth)
  13.